Skip to content

Upgrade and switch to the non-unified SPIRV LLVM Translator. #501

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
May 16, 2025

Conversation

maleadt
Copy link
Member

@maleadt maleadt commented May 16, 2025

Copy link
Contributor

Your PR requires formatting changes to meet the project's style guidelines.
Please consider running Runic (git runic master) to apply these changes.

Click here to view the suggested changes.
diff --git a/src/utils.jl b/src/utils.jl
index 73810bd..c024b20 100644
--- a/src/utils.jl
+++ b/src/utils.jl
@@ -3,7 +3,8 @@ function versioninfo(io::IO=stdout)
     if Sys.islinux()
         println(io, "Binary dependencies:")
         for jll in [oneL0.NEO_jll, oneL0.NEO_jll.libigc_jll, oneL0.NEO_jll.gmmlib_jll,
-                    SPIRV_LLVM_Translator_jll, SPIRV_Tools_jll]
+                SPIRV_LLVM_Translator_jll, SPIRV_Tools_jll,
+            ]
             name = string(jll)
             print(io, "- $(name[1:end-4]): $(Base.pkgversion(jll))")
             if jll.host_platform !== nothing

@maleadt maleadt merged commit 7601804 into master May 16, 2025
1 of 2 checks passed
@maleadt maleadt deleted the tb/spirv_llvm_translator branch May 16, 2025 11:45
Copy link

codecov bot commented May 16, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 81.89%. Comparing base (0622384) to head (8c0c13a).
Report is 3 commits behind head on master.

Additional details and impacted files
@@           Coverage Diff           @@
##           master     #501   +/-   ##
=======================================
  Coverage   81.89%   81.89%           
=======================================
  Files          44       44           
  Lines        2530     2530           
=======================================
  Hits         2072     2072           
  Misses        458      458           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

oneAPI fails when local and global memory are accessed atomically
1 participant